Activity
Keep max tokens for local models but remove it for the hosted models.
Keep max tokens for local models but remove it for the hosted models.
Removed the older gemini models and added the new family.
Removed the older gemini models and added the new family.
Using fixed max_token limits. Removed ability to config output tokens…
Using fixed max_token limits. Removed ability to config output tokens…
Added option for raw output, which is useful for cut/pasting markdown…
Added option for raw output, which is useful for cut/pasting markdown…
Fixed issue with chatpt model name and errors show up in history now.
Fixed issue with chatpt model name and errors show up in history now.
Updated 4o to latest, removed old gpt4
Updated 4o to latest, removed old gpt4
Added Deepseek support, removed mistral-medium and added ministral se…
Added Deepseek support, removed mistral-medium and added ministral se…
Removed llama 3.1-70b for cerebras and replaced it with 3.3
Removed llama 3.1-70b for cerebras and replaced it with 3.3
Added a session key to remove a bug with older installs
Added a session key to remove a bug with older installs
Bottybot now uses the OAI endpoint for llama.cpp. Updated the default…
Bottybot now uses the OAI endpoint for llama.cpp. Updated the default…
Updated code for o1 models to fix issue with system messages and temp…
Updated code for o1 models to fix issue with system messages and temp…
Added GPT o1 models. They don't work for me, but the name looks right.
Added GPT o1 models. They don't work for me, but the name looks right.
Added cerebras and removed some obsolete models.
Added cerebras and removed some obsolete models.
Issue with history order that was messing up the API
Issue with history order that was messing up the API
Changed to a POST instead of a GET. Prompts could get very long.
Changed to a POST instead of a GET. Prompts could get very long.
Added API endpoint for calling any model through GET request. Fixed s…
Added API endpoint for calling any model through GET request. Fixed s…
Added gpt-4o and changed gpt4-turbo to regular version, not preview.
Added gpt-4o and changed gpt4-turbo to regular version, not preview.