Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed Jun 18, 2024
2 parents bf1d2db + 68c578f commit a423342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_Basics/chatbot_using_groq.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from llama_cpp_agent import MessagesFormatterType
from llama_cpp_agent.providers.groq import GroqProvider

provider = GroqProvider(base_url="https://api.groq.com/openai/v1", model="mixtral-8x7b-32768", huggingface_model="mistralai/Mixtral-8x7B-Instruct-v0.1", api_key="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")
provider = GroqProvider(base_url="https://api.groq.com/openai/v1", model="mixtral-8x7b-32768", huggingface_model="mistralai/Mixtral-8x7B-Instruct-v0.1", api_key="xxxxxo")

agent = LlamaCppAgent(
provider,
Expand Down

0 comments on commit a423342

Please sign in to comment.