Skip to content

Commit

Permalink
Remove extra () in OpenAISettings class in
Browse files Browse the repository at this point in the history
autogpt/core/resourece/model_providers/openai.py
  • Loading branch information
cyrus-hawk committed Jul 31, 2023
1 parent afc93ef commit 40faa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/core/resource/model_providers/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class OpenAIModelProviderBudget(ModelProviderBudget):

class OpenAISettings(ModelProviderSettings):
configuration: OpenAIConfiguration
credentials: ModelProviderCredentials()
credentials: ModelProviderCredentials
budget: OpenAIModelProviderBudget


Expand Down

0 comments on commit 40faa27

Please sign in to comment.