examples: use gpt-4o model by default
This commit is contained in:
@@ -229,7 +229,7 @@ class BaseOpenAILLMService(LLMService):
|
||||
|
||||
class OpenAILLMService(BaseOpenAILLMService):
|
||||
|
||||
def __init__(self, model="gpt-4", **kwargs):
|
||||
def __init__(self, model="gpt-4o", **kwargs):
|
||||
super().__init__(model, **kwargs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user