From 5d1248a218d6265bc4506497fc2e77fdb9a587d6 Mon Sep 17 00:00:00 2001 From: Huiping Guo Date: Wed, 6 Dec 2023 00:03:22 +0900 Subject: [PATCH] test --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 9b5d251..e0d51f3 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -22,7 +22,7 @@ jobs: # Optional LANGUAGE: Chinese OPENAI_API_ENDPOINT: http://127.0.0.1:8000 - MODEL: gpt-3.5-turbo # https://platform.openai.com/docs/models + #MODEL: gpt-3.5-turbo # https://platform.openai.com/docs/models PROMPT: # example: Please check if there are any confusions or irregularities in the following code diff: top_p: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-top_p temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature