Skip to content

Team-ThreeGo/Algo-Coding-Ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Algo-Coding-Ai

코딩풀이 게시물에 적용할 AI

파이썬 기반 FastAPI 설치

  • Python 버전: 3.13

📥 Python 설치

Windows

Python Releases for Windows

macOS

Python Releases for macOS


⚙️ 가상 환경 생성 및 활성화

# 가상 환경 생성
python -m venv venv

# Windows
venv\Scripts\activate

# macOS/Linux
source venv/bin/activate

# FastAPI 및 Uvicorn 설치
pip install fastapi uvicorn

# python-dotenv 설치
pip install python-dotenv

# openai 설치
pip install openai

# 기본 실행
uvicorn main:app --reload

# 저희는 8001번 포트로 실행합니다~
uvicorn main:app --reload --port 8001

# 실행 후 확인 URL
# http://127.0.0.1:8001
# Swagger UI (API 문서): http://127.0.0.1:8001/docs

🤖 Coding-AI 하기 위해 추가

coding:
  fastapi:
    url: 로컬호스트주소 입력

  jackson:
    deserialization:
      ACCEPT_CONTROL_CHARACTERS: true

📈 흐름 아키텍처

ChatGPT Image 2025년 10월 1일 오전 09_38_23

About

코딩풀이 게시물에 적용할 FastApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages