Skip to content

Commit

Permalink
test: change default model and prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jul 19, 2024
1 parent 077abbb commit 8dc4c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_init(self):

self.assertEqual(config.openai.api_key, "oa-1234")
self.assertEqual(config.openai.model, "gpt-4")
self.assertTrue(config.openai.prompt.startswith("Your primary goal"))
self.assertTrue(config.openai.prompt, "You are an AI assistant.")
self.assertEqual(config.openai.params["temperature"], 0.7)
self.assertEqual(config.openai.params["presence_penalty"], 0)
self.assertEqual(config.openai.params["frequency_penalty"], 0)
Expand Down

0 comments on commit 8dc4c80

Please sign in to comment.