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