Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakethekoenig committed Feb 16, 2024
1 parent 3cd5066 commit 4818ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawdog/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"llm_api_key": None,
"llm_base_url": None,
"llm_model": "gpt-4-turbo-preview",
"pip_model": None
"pip_model": None,
"llm_custom_provider": None,
"llm_temperature": 1.0,
"retries": 2,
Expand Down

0 comments on commit 4818ef2

Please sign in to comment.