Spaces:
Build error
Build error
| 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 | |