Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] 배포 편하게 관리하기 #41

Open
3 tasks done
kooqooo opened this issue Aug 8, 2024 · 0 comments · May be fixed by #42
Open
3 tasks done

[REFACTOR] 배포 편하게 관리하기 #41

kooqooo opened this issue Aug 8, 2024 · 0 comments · May be fixed by #42
Assignees
Labels
enhancement New feature or request

Comments

@kooqooo
Copy link
Contributor

kooqooo commented Aug 8, 2024

🏞️ Background

  • 서버를 옮길 때마다 매번 관리해줘야 하는 것들이 많았습니다.
  • 특히 data 폴더와 secrets.yaml로 관리했는데 불필요한 항목들이 많았습니다.
  • 그래서 필요한 항목만 남기고 .env로 관리하여 도커로 실행할 때도 yaml 파일을 구할 필요가 없이 실행시키려고 합니다.

📝 To do

  • 불필요한 config 지우기
  • yaml 대신 env 사용하기
  • GPT 모델 gpt-3.5-turbo-16k -> gpt-4o-mini로 변경
@kooqooo kooqooo added the enhancement New feature or request label Aug 8, 2024
@kooqooo kooqooo self-assigned this Aug 8, 2024
kooqooo added a commit that referenced this issue Aug 8, 2024
kooqooo added a commit that referenced this issue Aug 8, 2024
- gpt-3.5-turbo-16k -> gpt-4o-mini

#41
@kooqooo kooqooo linked a pull request Aug 8, 2024 that will close this issue
kooqooo added a commit that referenced this issue Aug 8, 2024
kooqooo added a commit that referenced this issue Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant