mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
fix conflicts
This commit is contained in:
commit
9bd900452c
2 changed files with 1 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ class GeminiGPTAPI(BaseGPTAPI):
|
|||
|
||||
def __init__(self):
|
||||
self.use_system_prompt = False # google gemini has no system prompt when use api
|
||||
|
||||
self.__init_gemini(CONFIG)
|
||||
self.model = "gemini-pro" # so far only one model
|
||||
self.llm = GeminiGenerativeModel(model_name=self.model)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue