Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
name: Build package
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Checkout code
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run Tests

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ mlflow.db
*.ipynb
myworkspaces
.graybox
graybox/_version.py
graybox/_version.py
*.mp4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Then point it at an LLM. Set your API key however your provider expects it — e

- Open a terminal/CMD

- Download the [Config File](config.example.yaml) in the same location where you started the terminal and update it.
- In your working directory, update the `config.yaml` file with your workspace, LLM and other details. If this file is not found then download from [here](graybox/config.example.yaml) into your working directory and update it.

- The fastest way to try Gray Box is to just run it with no arguments and let the interactive menu guide you:

Expand Down
Binary file modified assets/tui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions config.yaml

This file was deleted.

Loading