mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Add Beelzebub
This commit is contained in:
12
env.example
12
env.example
@ -100,6 +100,18 @@ TPOT_ATTACKMAP_TEXT_TIMEZONE=UTC
|
||||
# OINKCODE: Replace OPEN with your Oinkcode to use the ET Pro ruleset
|
||||
OINKCODE=OPEN
|
||||
|
||||
# Beelzebub Honeypot supports LLMs such as ChatGPT and the Ollama backend.
|
||||
# Beelzebub is not part of the standard edition, please follow the README regarding setup.
|
||||
# It is recommended to use the Ollama backend to keep costs at bay.
|
||||
# Remember to rate limit API usage / set budget alerts when using ChatGPT API.
|
||||
# LLMMODEL: Set to "ollama" or "gpt4-o".
|
||||
# LLMHOST: When using "ollama" set it to the URL of your Ollama backend.
|
||||
# OLLAMAMODEL: Set to the model you are serving on your Ollama backend, i.e. "llama3.1".
|
||||
LLMMODEL: "ollama"
|
||||
LLMHOST: "http://ollama.local:11434/api/chat"
|
||||
OLLAMAMODEL: "llama3.1"
|
||||
#LLMMODEL: "gpt4-o"
|
||||
#OPENAISECRETKEY: "sk-proj-123456"
|
||||
|
||||
###################################################################################
|
||||
# NEVER MAKE CHANGES TO THIS SECTION UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!!! #
|
||||
|
Reference in New Issue
Block a user