Skip to content

지원하는 LLM 모델 결정 및 API 키 환경 변수 설정 기능 #16

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

Open
2 tasks
seyoung4503 opened this issue Mar 15, 2025 · 1 comment
Open
2 tasks
Labels
enhancement New feature or request

Comments

@seyoung4503
Copy link
Contributor

Why ❓

현재 상황 및 문제점:

유저가 .env 파일에 직접 API 키를 입력하여 사용하고 있습니다. 또한, 현재는 OpenAI 모델만을 사용할 수 있습니다.

OpenAI LLM 모델 외에도 유저가 선택할 수 있는 다양한 옵션이 있다면 더 유용할 것 같습니다.

예를 들어, 보안상의 이유로 로컬 환경에서 LLM을 사용해야 하는 경우, Ollama와 같은 대체 옵션을 제공할 수 있습니다.

How 🤔

해결 방안 ✅:

  • Streamlit을 사용하여 웹 환경에 LLM 모델 선택을 위한 드롭다운 박스와 API 키 값을 입력받는 텍스트 박스를 배치

What 🛠️

TODO

  • 지원하는 LLM 모델 결정
  • streamlit_app.py에 드롭다운 박스 텍스트 박스 배치
@seyoung4503 seyoung4503 added the enhancement New feature or request label Mar 15, 2025
@ParkGyeongTae
Copy link
Contributor

오... 꿀기능인 것 같아요! 드롭다운 박스가 동적으로 생기면 좋을 것 같아요!

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

No branches or pull requests

3 participants