Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/_static/favicon.ico
Binary file not shown.
Binary file added source/_static/img/favicon.ico
Binary file not shown.
31 changes: 1 addition & 30 deletions source/_static/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,5 @@
]

html_logo = "_static/logo-white.svg"
html_favicon = "_static/favicon.ico"
html_extra_path = ['robots.txt']
2 changes: 1 addition & 1 deletion source/instructors/admin/organization/llms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We support the following providers:
Custom LLM Providers
====================

You can add a custom LLM provider in Codio by entering API keys on the **Organization** > **LLMs** page. This allows you to use your chosen LLM provider in your courses.
You can add a custom LLM provider, such as Google Gemini, to Codio by entering the API keys on the **Organization** > **LLMs** page. This allows you to use your chosen LLM provider in your courses.

.. image:: /img/custom_llm_provider.png
:alt: Custom LLM Providers
Expand Down
Binary file added student-source/_static/favicon.ico
Binary file not shown.
31 changes: 1 addition & 30 deletions student-source/_static/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions student-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,5 @@
]

html_logo = "_static/logo-white.svg"
html_favicon = "_static/favicon.ico"
html_extra_path = ['robots.txt']