Spaces:
Runtime error
Runtime error
File size: 473 Bytes
457d1ba 8671d0d 457d1ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Threat Extraction
emoji: 🚀
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 3.43.2
app_file: app.py
pinned: false
license: mit
---
## Getting Started
Please configure your OpenAI API key as an environment variable:
```
export OPENAI_API_KEY="yout-key-here"
```
and update the `FirewallManager` and `PacketFilter` classes to perform your desired tasks.
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|