Skip to content

Commit

Permalink
Remove unneeded tool helper notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Sep 19, 2024
1 parent 784d510 commit d332351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions openai_server/agent_prompting.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,6 @@ def get_image_generation_helper():
* Quality options: {quality_options}
* Size: Specified as 'HEIGHTxWIDTH', e.g., '1024x1024'
* Style options: {style_options}{guidance_steps_string}
* If you make an image, ensure you use python or shell code properly to generate the image file.
* By default the image will be saved in the base directory: {base_path}, you can read the image file from there.
* The IMAGEGEN_OPENAI_BASE_URL is set to: {imagegen_url}
"""
else:
image_generation = (
Expand All @@ -575,8 +572,6 @@ def get_audio_transcription_helper():
python {cwd}/openai_server/agent_tools/audio_transcription.py --file_path "./audio.wav"
```
* usage: python {cwd}/openai_server/agent_tools/audio_transcription.py [-h] --file_path FILE_PATH
* If you make an audio transcription, ensure you use python or shell code properly to generate the text file.
* By default the text file will be saved in the base directory: {base_path}, you can read the text file from there.
"""
else:
audio_transcription = (
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "81cb55895628d05e3154ecb9015581d6bebed980"
__version__ = "784d510abfe7479cbc47c8239cc9934af31cc565"

0 comments on commit d332351

Please sign in to comment.