From 34ad9a9775d0dc9dc84cd3407ea879f2af76c774 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Thu, 12 Sep 2024 14:14:52 -0400 Subject: [PATCH] chore: use python3 instead of python3.12 Signed-off-by: Donnie Adams --- gateway/tool.gpt | 2 +- tool.gpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway/tool.gpt b/gateway/tool.gpt index d8b2935..3ea6a64 100644 --- a/gateway/tool.gpt +++ b/gateway/tool.gpt @@ -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 diff --git a/tool.gpt b/tool.gpt index 30d17f1..590b750 100644 --- a/tool.gpt +++ b/tool.gpt @@ -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