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 07d4be2 commit ae9cd3eCopy full SHA for ae9cd3e
metagpt/provider/google_gemini_api.py
@@ -51,7 +51,7 @@ def __init__(self, config: LLMConfig):
51
52
self.__init_gemini(config)
53
self.config = config
54
- self.model = "gemini-pro" # so far only one model
+ self.model = config.model
55
self.pricing_plan = self.config.pricing_plan or self.model
56
self.llm = GeminiGenerativeModel(model_name=self.model)
57
0 commit comments