Skip to content

Commit

Permalink
Merge pull request #15 from ayanamists/fixtypo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
smikitky authored Mar 14, 2024
2 parents 33c9d6a + 4637013 commit eb34666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loadConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const loadConfig = async (args: any): Promise<Config> => {

return {
apiEndpoint:
conf.API_ENDOPOINT ?? 'https://api.openai.com/v1/chat/completions',
conf.API_ENDPOINT ?? 'https://api.openai.com/v1/chat/completions',
apiKey: conf.OPENAI_API_KEY,
prompt: await readTextFile(promptPath),
model: resolveModelShorthand(args.model ?? conf.MODEL_NAME ?? '3'),
Expand Down

0 comments on commit eb34666

Please sign in to comment.