Skip to content

Commit

Permalink
Update kab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mambo56 authored Apr 9, 2024
1 parent e36d3d9 commit c350f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit/kab.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def icon(emoji: str):
models = {
"llama2-70b-4096": {"name": "LLaMA2-70b-chat", "tokens": 4096, "developer": "Meta"},
"mixtral-8x7b-32768": {"name": "Mixtral-8x7b-Instruct-v0.1", "tokens": 32768, "developer": "Mistral"}
"gemma-7b-it": {"name": "Gemma-7b-it", "tokens": 8192, "developer": "Google"}

}

# Layout for model selection and max_tokens slider
Expand Down

0 comments on commit c350f80

Please sign in to comment.