We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a3283 commit cedd665Copy full SHA for cedd665
1 file changed
source/instructors/admin/organization/llms.rst
@@ -1,6 +1,6 @@
1
.. meta::
2
:description: You can enable LLM's to use your own LLM Provider API keys in Codio
3
-
+
4
.. _org_llm:
5
6
Large Language Models
@@ -10,7 +10,7 @@ You can add your own LLM API keys to your Codio organization to use in your :ref
10
11
.. image:: /img/llm_org_keys.png
12
:alt: LLMs Keys
13
14
We support the following providers:
15
16
@@ -59,7 +59,7 @@ Examples of how to use a custom LLM provider
59
60
- name: your openai custom name (custom value)
61
- provider: openai (custom value)
62
-- endpoint: https://api.openai.com
+- endpoint: https://api.openai.com/v1
63
- API key: your API key from openai
64
- authentication: Header
65
- auth template: Authorization: Bearer {{apikey}}
0 commit comments