Skip to content

Commit

Permalink
Merge pull request #42 from Barqawiz/candidate-1.3.5
Browse files Browse the repository at this point in the history
uncomment the llama sample
  • Loading branch information
Barqawiz authored Aug 27, 2023
2 parents 6fa6dfc + eb5c8da commit 15588c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/command_sample/test_llama_chatbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function callSageMakerChatbot(apiKey, provider, url) {
(async () => {
// Test chatbot using Llama
console.log('### execute the llama chatbot ###')
// await callReplicaChatbot(process.env.REPLICATE_API_KEY, SupportedChatModels.REPLICATE);
await callReplicaChatbot(process.env.REPLICATE_API_KEY, SupportedChatModels.REPLICATE);

// Test chatbot using Llama codeer
console.log('\n### execute the llama-code chatbot ###')
Expand Down

0 comments on commit 15588c8

Please sign in to comment.