Feat: remove bot
This commit is contained in:
@ -160,8 +160,10 @@ func (p *openRouterParser) ParseBytes(body []byte) (map[string]any, error) {
|
||||
}
|
||||
|
||||
func (p *openRouterParser) MakePayload(prompt string) io.Reader {
|
||||
// "model": "deepseek/deepseek-chat-v3-0324:free",
|
||||
// TODO: set list of models an option to pick on the frontend
|
||||
strPayload := fmt.Sprintf(`{
|
||||
"model": "deepseek/deepseek-chat-v3-0324:free",
|
||||
"model": "google/gemini-2.0-flash-exp:free",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
|
Reference in New Issue
Block a user