Skip to content

Commit

Permalink
refactor: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Apr 2, 2024
1 parent 85f1e43 commit d9e2d5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/engine/providers/openAi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ const OpenAi: Provider = {
},

modelAliases: {
'small': 'gpt-3.5-turbo',
'medium': 'gpt-4-turbo-preview',
'gpt-4-turbo': 'gpt-4-turbo-preview',
'gpt-3': 'gpt-3.5-turbo',
'gpt-3.5': 'gpt-3.5-turbo',
},

Expand Down
2 changes: 0 additions & 2 deletions src/engine/providers/perplexity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ const Perplexity: Provider = {
},

modelAliases: {
small: 'sonar-small-chat',
medium: 'sonar-medium-chat',
online: 'sonar-medium-online',
codellama: 'codellama-70b-instruct',
mistral: 'mistral-7b-instruct',
Expand Down

0 comments on commit d9e2d5f

Please sign in to comment.