Skip to content

Commit

Permalink
feature: Make amazon q default language model (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogakoreli authored Jun 19, 2024
1 parent 0fae45f commit 9695c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/v1/dirs/etc/jupyter/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
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 9695c95

Please sign in to comment.