Merge branch 'main' into hosted

This commit is contained in:
Abi Raja 2024-09-16 15:24:14 +02:00
commit 6379a1f1c6

View File

@ -328,8 +328,8 @@ async def stream_code(websocket: WebSocket):
variant_models = [] variant_models = []
if openai_api_key and anthropic_api_key: if openai_api_key and anthropic_api_key:
variant_models = [ variant_models = [
Llm.GPT_4O_2024_05_13,
Llm.CLAUDE_3_5_SONNET_2024_06_20, Llm.CLAUDE_3_5_SONNET_2024_06_20,
Llm.GPT_4O_2024_05_13,
] ]
elif openai_api_key: elif openai_api_key:
variant_models = [ variant_models = [