Skip to content

Commit

Permalink
Merge pull request #954 from odilitime/fix-llamacloud
Browse files Browse the repository at this point in the history
fix: revert llamacloud endpoint change
  • Loading branch information
jkbrooks authored Dec 10, 2024
2 parents ea6684e + 8c54fba commit 33289ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const models: Models = {
imageSettings: {
steps: 4,
},
endpoint: "https://api.together.ai/v1",
endpoint: "https://api.llamacloud.com/v1",
model: {
[ModelClass.SMALL]: "meta-llama/Llama-3.2-3B-Instruct-Turbo",
[ModelClass.MEDIUM]: "meta-llama-3.1-8b-instruct",
Expand Down

0 comments on commit 33289ce

Please sign in to comment.