Skip to content

Commit

Permalink
Update API Reference and Component Guides
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbakkke committed Dec 18, 2024
1 parent b24e6ea commit 5c2222d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/module_guides/models/llms/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ We support integrations with OpenAI, Anthropic, Hugging Face, PaLM, and more.
- [Replicate Vector Index Llama2](../../../examples/vector_stores/SimpleIndexDemoLlama2.ipynb)
- [RunGPT](../../../examples/llm/rungpt.ipynb)
- [SageMaker](../../../examples/llm/sagemaker_endpoint_llm.ipynb)
- [SambaNova Systems](../../../examples/llm/sambanovasystems.ipynb)
- [Solar](../../../examples/llm/solar.ipynb)
- [Together.ai](../../../examples/llm/together.ipynb)
- [Unify AI](../../../examples/llm/unify.ipynb)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ class SambaStudio(LLM):
``SAMBASTUDIO_API_KEY`` set with your SambaStudio deployed endpoint Key.
https://docs.sambanova.ai/sambastudio/latest/index.html
Example:
.. code-block:: python
python
SambaStudio(
sambastudio_url = set with your SambaStudio deployed endpoint URL,
sambastudio_api_key = set with your SambaStudio deployed endpoint Key.
Expand Down

0 comments on commit 5c2222d

Please sign in to comment.