Skip to content

Commit

Permalink
Revert "feature: Make amazon q default language model (#443)" (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell authored Jun 24, 2024
1 parent 9695c95 commit c959f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/v1/dirs/etc/jupyter/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
module = __import__("amazon_sagemaker_sql_editor")
module_location = os.path.dirname(module.__file__)
c.LanguageServerManager.extra_node_roots = [f"{module_location}/sql-language-server"]
c.AiExtension.default_language_model = "amazon-q:q-developer"
except:
pass

0 comments on commit c959f7c

Please sign in to comment.