Skip to content

Instantly share code, notes, and snippets.

@dabumana
Last active July 21, 2023 06:35
Show Gist options
  • Save dabumana/eaa4bce0a34b1b6cc68e6f54b70b6182 to your computer and use it in GitHub Desktop.
Save dabumana/eaa4bce0a34b1b6cc68e6f54b70b6182 to your computer and use it in GitHub Desktop.
Our conversational assistant is designed to support a wide range of OpenAI services. It features advanced modes that allow you to customize the contextual information for specific use cases, including modifying the engine, results, and probabilities. With the ability to adjust the amount of words and predefined values, you can achieve the highes…
#!/usr/bin/env bash
mkdir caos
curl https://raw.githubusercontent.com/dabumana/caos/main/ci/service/Dockerfile >> ./caos/Dockerfile
#Generate initialize script and first run
echo docker run -it --cpus=$1 caos:latest >> caos.sh
docker build --build-arg KEY=$2 --build-arg ZKEY=$3 --pull --rm -f "caos/Dockerfile" -t caos:latest ./caos
docker run -it --cpus=$1 caos:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment