g4f / Spacefile
g4f's picture
Synced repo using 'sync_with_huggingface' Github Action
c57ef37
raw
history blame contribute delete
196 Bytes
# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
- name: gpt4free
src: ./
engine: python3.9
primary: true
public_routes:
- "/*"
run: uvicorn app:app