Skip to content

Commit

Permalink
dolphin testing lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Dec 21, 2023
1 parent 54625ae commit 2b15fae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## License

Nest is [MIT licensed](LICENSE).



GOOGLE AUTH LOGIN

https://cloud.google.com/docs/authentication/provide-credentials-adc

5 changes: 4 additions & 1 deletion src/frontends/discord/services/discordChat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export class DiscordChatService {
const model = await this.llmModelService.createModel();

const promptTemplate = ChatPromptTemplate.fromMessages([
['system', 'You were having a conversation with a human about {topic}'],
[
'system',
'You were having a conversation with a human about {topic}\n Always say something about dolphins in every response.',
],
['human', '{text}'],
]);
const chain = promptTemplate.pipe(model);
Expand Down

0 comments on commit 2b15fae

Please sign in to comment.