mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-02 04:44:30 +01:00
deleted extra files
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
Advanced commands to develop on the forge and the benchmark.
|
||||
Stability not guaranteed.
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Kill processes using port 8080 if any.
|
||||
if lsof -t -i :8080; then
|
||||
kill $(lsof -t -i :8080)
|
||||
fi
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
uvicorn agbenchmark.app:app --host localhost --port 8080 --reload --log-level info --reload-dir "$SCRIPT_DIR/../../../benchmark/agbenchmark"
|
||||
@@ -1,5 +0,0 @@
|
||||
You developed a tool that could help people build agents?
|
||||
|
||||
Fork this repository, integrate your tool to the forge and send us the link of your fork in the autogpt discord: https://discord.gg/autogpt (ping maintainers)
|
||||
|
||||
PS: make sure the way you integrate your tool allows for easy rebases from upstream.
|
||||
Reference in New Issue
Block a user