-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_chatgpt.yml
26 lines (23 loc) · 1021 Bytes
/
config_chatgpt.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##################### IMPORTANT NOTICE ###########################
#
# PLEASE NOTE THAT CHATGPT API IS EXTREMELY EXPENSIVE !!!!!!
# PLEASE ONLY USE IT IF YOUR SUPERVISOR HAS A BUDGET FOR IT!
#
##################################################################
# Model info
# https://platform.openai.com/docs/models#current-model-aliases
# gpt-3.5-turbo-0125 (The latest GPT-3.5 Turbo model, as of January 17th, 2025)
# gpt-4-turbo-2024-04-09 (The latest GPT-4 model, as of January 17th, 2025)
# gpt-4o-2024-08-06 (The latest GPT-4o model, as of January 17th, 2025)
# o1-2024-12-17 (The latest o1 model, as of January 17th, 2025)
model_name : "gpt-4o-2024-08-06"
# OpenAI API Key
# This is my OpenAI API Key. Please replace it to yours.
# For your information: https://platform.openai.com/settings/profile?tab=api-keys
openai_api_key : "YOUR_OPENAI_API_KEY"
max_new_tokens : 1024
# Saving path
result_dir : "./results"
response_dir : "./Pretrain-Results"
save_dir : "./save_folder"
data_save_dir : "./save_folder/data"