Skip to content

Commit

Permalink
Replace deprecated Llama 405B with 3.3 70B
Browse files Browse the repository at this point in the history
  • Loading branch information
anurlybayev committed Jan 4, 2025
1 parent d248a74 commit 8ebd4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/centml.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import aisuite as ai
client = ai.Client()

provider = "centml"
model_id = "meta-llama/Llama-3.1-405B-Instruct-FP8"
model_id = "meta-llama/Llama-3.3-70B-Instruct"

messages = [
{"role": "system", "content": "You are a helpful assistant."},
Expand Down

0 comments on commit 8ebd4d6

Please sign in to comment.