changed what models are used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user