We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d541ee commit 83b5341Copy full SHA for 83b5341
optillm.py
@@ -284,7 +284,7 @@ def proxy():
284
messages = data.get('messages', [])
285
model = data.get('model', server_config['model'])
286
287
- optillm_approach = data.get('optillm_approach', {})
+ optillm_approach = data.get('optillm_approach', server_config['approach'])
288
289
system_prompt, initial_query, message_optillm_approach = parse_conversation(messages)
290
0 commit comments