data_processor.py aktualisiert
This commit is contained in:
@@ -4745,7 +4745,7 @@ class DataProcessor:
|
||||
# call_openai_chat ist mit @retry_on_failure dekoriert
|
||||
raw_chat_response = call_openai_chat(
|
||||
prompt, temperature=0.1, model=getattr(
|
||||
Config, 'TOKEN_MODEL', 'gpt-3.5-turbo'))
|
||||
Config, 'TOKEN_MODEL', 'gpt-4o-mini'))
|
||||
|
||||
if raw_chat_response:
|
||||
parsed_parent = "k.A."
|
||||
|
||||
Reference in New Issue
Block a user