Skip to content

Commit

Permalink
undo clients baml
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Jul 2, 2024
1 parent b16c2e7 commit f1fe248
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions integ-tests/baml_src/clients.baml
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,18 @@ client<llm> Gemini {
}

client<llm> AwsBedrock {
provider anthropic
provider aws-bedrock
options {
model claude-3-haiku-20240307
api_key env.ANTHROPIC_API_KEY
max_tokens 1000
inference_configuration {
max_tokens 100
}
model_id "anthropic.claude-3-haiku-20240307-v1:0"
// model_id "meta.llama3-8b-instruct-v1:0"
// model_id "mistral.mistral-7b-instruct-v0:2"
api_key ""
}
}

// client<llm> AwsBedrock {
// provider aws-bedrock
// options {
// inference_configuration {
// max_tokens 100
// }
// model_id "anthropic.claude-3-haiku-20240307-v1:0"
// // model_id "meta.llama3-8b-instruct-v1:0"
// // model_id "mistral.mistral-7b-instruct-v0:2"
// api_key ""
// }
// }

client<llm> Claude {
provider anthropic
options {
Expand Down

0 comments on commit f1fe248

Please sign in to comment.