Skip to content

Commit

Permalink
Merge pull request #151 from zou-group/again
Browse files Browse the repository at this point in the history
again
  • Loading branch information
vinid authored Jan 24, 2025
2 parents 7fde784 + c024232 commit 6ede5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install ipython
pip install pytest
- name: Run merge queue specific tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion textgrad/engine_experimental/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class OpenAIEngine(EngineLM):
"""
OpenAIEngine is a wrapper around the OpenAI API.
OpenAIEngine is a wrapper around the OpenAI API.
"""
DEFAULT_SYSTEM_PROMPT = "You are a helpful, creative, and smart assistant."

Expand Down

0 comments on commit 6ede5fb

Please sign in to comment.