Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

chore: use python3 instead of python3.12 #121

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway/tool.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Description: Get an overview over the last user inputs in the current chat
Context: sys.chat.current
Param: Limit: How many entries should be returned

#!/usr/bin/env python3.12
#!/usr/bin/env python3

import json
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion tool.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Description: Get an overview over the last user inputs in the current chat
Context: sys.chat.current
Param: Limit: How many entries should be returned

#!/usr/bin/env python3.12
#!/usr/bin/env python3

import json
import asyncio
Expand Down