Skip to content

Commit

Permalink
chore: Remove unused model name constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed May 19, 2023
1 parent 1448ea2 commit a5b7cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export const SUPABASE_AUTH_COOKIE_NAME = "supabase-auth-token";
export const OPEN_SAUCED_AUTH_TOKEN_KEY = "os-access-token";
export const OPEN_SAUCED_INSIGHTS_DOMAIN = "insights.opensauced.pizza";
export const AI_PR_DESCRIPTION_CONFIG_KEY = "ai-pr-description-config";
export const OPEN_AI_COMPLETION_MODEL_NAME = "gpt-3.5-turbo";

// API endpoints
export const OPEN_SAUCED_USERS_ENDPOINT = "https://api.opensauced.pizza/v1/users";
Expand Down

0 comments on commit a5b7cdd

Please sign in to comment.