diff --git a/.github/workflows/experiment.yml b/.github/workflows/experiment.yml index 76b3356..c877dd2 100644 --- a/.github/workflows/experiment.yml +++ b/.github/workflows/experiment.yml @@ -21,13 +21,9 @@ on: type: choice options: - "gpt-4o-mini" - - "codellama-13b-instruct" - - "codellama-34b-instruct" - - "mistral-7b-instruct" - - "mixtral-8x7b-instruct" - - "mixtral-8x22b" - - "llama-2-13b-chat" - - "llama-2-70b-chat" + - "gpt-4o" + - "gpt-3.5-turbo" + - "gpt-3.5-turbo-instruct" default: "gpt-4o-mini" # rateLimit: # description: "number of milliseconds between requests sent to the LLM"