bug resolutions
This commit is contained in:
parent
414a9734c9
commit
cb16fa9239
13 changed files with 78 additions and 81 deletions
|
@ -36,6 +36,10 @@ export interface ReturnedValue {
|
|||
responseUsage: number,
|
||||
}
|
||||
|
||||
export enum Prompts {
|
||||
default = "You are an helpful assistant, you always answer in the language of the user.",
|
||||
}
|
||||
|
||||
const apiKey = process.env.MISTRAL_API_KEY;
|
||||
|
||||
const client = new MistralClient(apiKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue