Iban Eguia Moraza commited on
Commit
08c856a
·
unverified ·
1 Parent(s): 6f81945

More documentation

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -26,7 +26,10 @@ The web interface is dockerized used a fairly unmodified base image. It requires
26
  - `OPENAI_API_KEY`: Your OpenAI API key / Swiss AI platform API key
27
  - `OPENAI_API_BASE_URL`: Base URL to use when calling the model. For Apertus in Swiss AI platform, use `https://api.swisscom.com/layer/swiss-ai-weeks/apertus-70b/v1`
28
 
29
- Example docker command (replace with `podman` if you're using podman instead of docker):
 
 
 
30
 
31
  ```bash
32
  docker build --tag 'lighthouse' .
 
26
  - `OPENAI_API_KEY`: Your OpenAI API key / Swiss AI platform API key
27
  - `OPENAI_API_BASE_URL`: Base URL to use when calling the model. For Apertus in Swiss AI platform, use `https://api.swisscom.com/layer/swiss-ai-weeks/apertus-70b/v1`
28
 
29
+ It is mainly tailored to run in the HuggingFace Spaces platform. You can create a new space and add this
30
+ repository to it.
31
+
32
+ In case you want to run it locally, you can run this docker commands (replace with `podman` if you're using podman instead of docker):
33
 
34
  ```bash
35
  docker build --tag 'lighthouse' .