Skip to content

Commit 6931255

Browse files
committed
feat(mini): add gpt mini
1 parent ce3c3e9 commit 6931255

File tree

2 files changed

+2
-325
lines changed

2 files changed

+2
-325
lines changed

cookbook/parea_llm_proxy/LeetCode_experiment.py

Lines changed: 0 additions & 324 deletions
This file was deleted.

parea/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import os
21
from typing import Dict, Union
32

3+
import os
4+
45
from dotenv import load_dotenv
56

67
load_dotenv()

0 commit comments

Comments
 (0)