ChillTranslator / utils.py

Commit History

Add Anthropic Opus support
64c61f3

lukestanley commited on

Fix: when using http worker, only download if inference is on localhost
52fc709

lukestanley commited on

Add retry logic upon schema fail for Mistral API calls
1e622b4

lukestanley commited on

Add log_to_jsonl function to data.py and remove duplicate function from utils.py
44bab49

lukestanley commited on

Add JSONL disk file logging functionality to app.py and utils.py
abbebf8

lukestanley commited on

Tidying: reordering code a bit
124003a

lukestanley commited on

Add Mistral API support due to my RunPod serverless system reliability issues
8093276

lukestanley commited on

Add TODO for Runpod timeout handling
3c6c618

lukestanley commited on

Assert RunPod env vars are setup before trying to use them
00af17e

lukestanley commited on

Revert expected serverless output metadata stripper
c013599

Luke Stanley commited on

Avoid unneeded imports, make serverless output more sensible, removing some debugging and comments
469f650

Luke Stanley commited on

Fix RUNPOD_ENDPOINT_ID environment variable
ce5ad5f

Luke Stanley commited on

Introduces worker mode env var
56e785c

Luke Stanley commited on

Ensure N_GPU_LAYERS is int
9475016

Luke Stanley commited on

Update default GPU layer, temperature values
e327a9e

lukestanley commited on

Add env vars to set GPU layer count and context size, make verbose
e01e28e

lukestanley commited on

Add n_gpu_layers parameter to Llama initialization
88e6118

lukestanley commited on

Fix: Move n_ctx parameter to model setup!
358cd20

lukestanley commited on

Fix check for LLM_MODEL_PATH to avoid load error
ff938c3

lukestanley commited on

Auto-downloads model if env var is not set
74d6e52

Luke Stanley commited on

Make llm_stream_sans_network actually stream to stdout
a0f49a0

Luke Stanley commited on

Default to in-memory LLM interface
ddb0d91

Luke Stanley commited on

Add comment about adaptability
6c32632

lukestanley commited on

Print new line after LLM output end and some linting
3ebb6e1

lukestanley commited on

Makes URL more obvious, update comments, lowers temp
a96b492

lukestanley commited on

Move prompt strings and types to own file, reorder code a bit
139217d

lukestanley commited on

Removed unused lines
f84c1a6

lukestanley commited on

Slight refactor tidying
327982a

lukestanley commited on