diff --git a/codeqai/config.py b/codeqai/config.py index 7e16c82..db53cfb 100644 --- a/codeqai/config.py +++ b/codeqai/config.py @@ -176,6 +176,8 @@ def create_config(): "gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", + "gpt-4-turbo", + "gpt-4o", ], default="gpt-3.5-turbo", ), diff --git a/environment.yml b/environment.yml index 2bcff2c..36acf3e 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: codeqai-dev +name: codeqai channels: - conda-forge dependencies: