r1 llm support:
modified: README.rst modified: app.py modified: templates/base.html modified: templates/chat.html
This commit is contained in:
parent
06d5167628
commit
0492d5b329
4 changed files with 20 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
|||
<select id="model-select">
|
||||
<option value="None">None</option>
|
||||
<option value="vllm/hermes">vllm/hermes</option>
|
||||
<option value="vllm/r1">vllm/r1</option>
|
||||
<option value="vllm/qwq">vllm/qwq</option>
|
||||
<option value="ollama/qwen-coder">ollama/qwen-coder</option>
|
||||
<option value="ollama/deepseek-coder">ollama/deepseek-coder</option>
|
||||
|
|
@ -84,7 +85,7 @@ const room_name = "{{ room_name }}";
|
|||
const VALID_VOICES = ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer'];
|
||||
const VALID_MODELS = [
|
||||
'None', 'gemini-flash', 'gemini-flash-8b', 'gemini-pro', 'grok-beta',
|
||||
'vllm/hermes', 'vllm/qwq', 'ollama/qwen-coder', 'ollama/deepseek-coder',
|
||||
'vllm/hermes', 'vllm/r1', 'vllm/qwq', 'ollama/qwen-coder', 'ollama/deepseek-coder',
|
||||
'gpt-4', 'gpt-4o-2024-08-06', 'gpt-mini', 'gpt-o1-mini', 'gpt-o1-preview', 'gpt-o1',
|
||||
'claude-haiku', 'claude-sonnet', 'claude-opus', 'dall-e-3'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue