Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lukestanley
/
ChillTranslator
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
ChillTranslator
3 contributors
History:
101 commits
lukestanley
Add Anthropic Opus support
64c61f3
11 months ago
gradio_cached_examples
Show iteration count and time used
12 months ago
.gitignore
Safe
35 Bytes
Update .gitignore file to include .jsonl and .json files
11 months ago
Dockerfile
Safe
1.72 kB
Comment out llama-cpp-python installation command in Docker for HuggingFace Space
12 months ago
LICENSE
Safe
1.07 kB
Initial commit
12 months ago
README.md
Safe
6.1 kB
Readme: Note on Mistral API used, serverless backend for reliability
12 months ago
app.py
Safe
3.79 kB
Explain data use in Gradio app
12 months ago
chill.py
Safe
8.39 kB
Add log_to_jsonl function to data.py and remove duplicate function from utils.py
12 months ago
data.py
Safe
1.59 kB
Add local logging option if SKIP_NETWORK environment variable is set
12 months ago
data_saver_server.py
Safe
940 Bytes
Add data capture endpoint using Gradio's API hosted by HF's Gradio dynamic hostname
12 months ago
docker-compose.yml
Safe
233 Bytes
Expose json typed LLM interface for RunPod
12 months ago
learn.py
Safe
5.47 kB
remove unused helpers
11 months ago
promptObjects.py
Safe
4.02 kB
Improve prompts
11 months ago
runpod.dockerfile
Safe
1.17 kB
Rename serverless test file, set default model to Phi 2 for test, removed jq install, and env vars that are set the same in utils.py already, ignore .cache in git
12 months ago
runpod_handler.py
Safe
1.71 kB
Avoid unneeded imports, make serverless output more sensible, removing some debugging and comments
12 months ago
serverless.md
Safe
4.11 kB
Documents serverless motivation and testing instructions
12 months ago
serverless_local_test.py
Safe
1.16 kB
Rename serverless test file, set default model to Phi 2 for test, removed jq install, and env vars that are set the same in utils.py already, ignore .cache in git
12 months ago
system_map.md
Safe
3.21 kB
Add system map and worker architecture details
12 months ago
utils.py
Safe
12.8 kB
Add Anthropic Opus support
11 months ago