changed what models are used

This commit is contained in:
2024-11-25 20:54:35 +13:00
parent 1718953677
commit a6661ca102
2 changed files with 3 additions and 6 deletions

View File

@@ -42,9 +42,8 @@ while true; do
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-3.5-turbo",
"messages": '"$conversation_history"',
"max_tokens": 150
"model": "gpt-4o",
"messages": '"$conversation_history"'
}')
# Extract the assistant's response