- LLM, 챗봇 교육을 위한 프로젝트
- 간단한 명령어로 챗봇 페르소나 설정
- GEMINI API 사용
-
Google AI Studio에 접속합니다.
-
"Get your API key"를 클릭하고 로그인합니다.
-
로그인 후, 왼쪽 메뉴에서 Dashboard > Projects를 클릭하여 프로젝트 페이지로 이동합니다.
-
새 프로젝트 만들기 버튼을 클릭하여 새로운 프로젝트를 생성합니다.
-
API Keys를 클릭하여 API 키 관리 페이지로 이동합니다.
-
API 키 만들기를 클릭하여 새로운 API 키를 생성합니다. 생성 시, 이전에 만든 프로젝트를 선택합니다.
-
생성된 API 키의 키 부분을 클릭하고, 키를 복사합니다.
-
CCFEPub에 접속하여, 처음 화면에 복사한 API 키를 붙여넣고 사용을 시작합니다.
-
영어 버전 개발
ETA: TBD -
실제 챗봇 구조를 설계할 수 있는 명령어 추가 개발
ETA: TBD -
GUI 개발을 통해 사용자와의 상호작용을 가능하게 만들기
ETA: TBD
This project is open source, and we welcome contributions! Whether you're fixing bugs, adding new features, or improving documentation, feel free to contribute by following these steps:
-
Fork the repository
- Click the "Fork" button at the top-right of the repository page to create a copy of this repository under your own GitHub account.
-
Clone the repository
- Clone your forked repository to your local machine:
git clone https://github.com/maruson08/CCFEPub
- Clone your forked repository to your local machine:
-
Create a new branch
- It's a good practice to create a new branch for your changes:
git checkout -b feature-name
- It's a good practice to create a new branch for your changes:
-
Make your changes
- Work on your changes in the new branch. Be sure to test thoroughly before submitting.
-
Commit your changes
- Once you're happy with your changes, commit them with a meaningful message:
git commit -m "Add feature or fix bug"
- Once you're happy with your changes, commit them with a meaningful message:
-
Push your changes
- Push your changes to your forked repository:
git push origin feature-name
- Push your changes to your forked repository:
-
Submit a Pull Request
- Go to the repository on GitHub and click "New Pull Request."
- Compare your changes with the
mainbranch and submit the pull request (PR). - Provide a detailed description of your changes and any additional context for reviewers.
This project is licensed under the MIT License. See the LICENSE file for more details.







