# open-ai-window **Repository Path**: qicx/open-ai-window ## Basic Information - **Project Name**: open-ai-window - **Description**: use proper model to code for fun - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-29 - **Last Updated**: 2023-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI ## Prepare virtual environment before doing anything ```bash python3 -m venv .venv .venv/bin/python3 -m pip install -r requirements.txt ``` ## Start llama.cpp local server ```bash export GGML_MODEL=path/to/model_file .venv/bin/activate ./start-server.sh ```