semanser / codel
- ΡΡΠ΅Π΄Π°, 27 ΠΌΠ°ΡΡΠ° 2024β―Π³. Π² 00:00:01
β¨ Fully autonomous AI Agent that can perform complicated tasks and projects using terminal, browser, and editor.
Discord: https://discord.gg/uMaGSHNjzc
Add to .env
file in the backend
folder.
OPEN_AI_KEY
- OpenAI API keyDATABASE_URL
- PostgreSQL database URL (eg. postgres://user:password@localhost:5432/database
)DOCKER_HOST
- Docker SDK API (eg. DOCKER_HOST=unix:///Users/<my-user>/Library/Containers/com.docker.docker/Data/docker.raw.sock
) more infoFrontend environment variables can be set by creating a .env.local
file in the frontend
folder.
VITE_API_URL
- Backend API URL. Omit the URL scheme (e.g., localhost:8080
NOT http://localhost:8080
).go run .
in backend
folderyarn dev
in frontend
folderThis project wouldn't be possible without: