mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
export const DEFAULT_MODEL = "gpt-3.5-turbo";
|
|
export const DEFAULT_MAX_TOKENS = 1024;
|
|
export const DEFAULT_AZURE_API_VERSION = "2024-10-21";
|