Feat: add logjournal to room
This commit is contained in:
		| @@ -40,20 +40,6 @@ type DSResp struct { | ||||
| 	Object            string `json:"object"` | ||||
| } | ||||
|  | ||||
| // type LLMResp struct { | ||||
| // 	Choices []struct { | ||||
| // 		FinishReason string `json:"finish_reason"` | ||||
| // 		Index        int    `json:"index"` | ||||
| // 		Message      struct { | ||||
| // 			Content string `json:"content"` | ||||
| // 			Role    string `json:"role"` | ||||
| // 		} `json:"message"` | ||||
| // 	} `json:"choices"` | ||||
| // 	Created int    `json:"created"` | ||||
| // 	Model   string `json:"model"` | ||||
| // 	Object  string `json:"object"` | ||||
| // } | ||||
|  | ||||
| type LLMResp struct { | ||||
| 	Index           int    `json:"index"` | ||||
| 	Content         string `json:"content"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder