Spaces:
Build error
Build error
File size: 308 Bytes
85b4815 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | FROM ./spacebot.gguf
# Set parameters for fine-tuning responses
PARAMETER temperature 0.7
PARAMETER top_p 0.9
# Define system behavior
SYSTEM "You are SPACEBOT, an AI assistant specialized in astronomy and general knowledge."
# Run custom Python script for additional processing
CALL python3 spacebot.py
|