Skip to content

Commit

Permalink
coo
Browse files Browse the repository at this point in the history
  • Loading branch information
prosif committed Nov 12, 2024
1 parent 29def5d commit 0d0a743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@ const server = http.createServer((req, res) => {
console.log('requester ip ' + requesterIp);

const supportedModels = {
'mistral-7b-instruct-v0.2': {
'mistral-7b-v0.2': {
// not sure what to put here (if anything) yet. maybe model-specific config / safeguards
}
};
Expand Down

0 comments on commit 0d0a743

Please sign in to comment.