Skip to content

Commit

Permalink
Add empty API strings to the configuration document
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Sep 19, 2024
1 parent 302e445 commit e6e3144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/configuration/configuration.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ export class ConfigurationComponent implements OnInit {
{
registrationRequest: 'pending',
adminName: credentials.name + '@' + this.configurationFormGroup.controls.code.value,
keys: {
openai: '',
perplexity: '',
gemini: '',
},
models: {
openai: 'gpt-3.5-turbo',
perplexity: 'llama-3-sonar-small-32k-online',
Expand Down

0 comments on commit e6e3144

Please sign in to comment.