Skip to content

Commit

Permalink
Fix: Codebase font fixed, and other fixes for All-Hands-AI#2138 PR (A…
Browse files Browse the repository at this point in the history
…ll-Hands-AI#2154)

* fix All-Hands-AI#2123

* Docs enhancement

* Update docs/src/components/CustomFooter.tsx

Co-authored-by: sp.wack <[email protected]>

* Update docs/src/components/CustomFooter.tsx

Co-authored-by: sp.wack <[email protected]>

* Update docs/src/pages/faq.tsx

Co-authored-by: sp.wack <[email protected]>

* update

* fix for All-Hands-AI#2138 pr

* Update docs/src/components/CustomFooter.tsx

Co-authored-by: Graham Neubig <[email protected]>

* Update docs/src/components/HomepageHeader/HomepageHeader.tsx

Co-authored-by: Graham Neubig <[email protected]>

* Update docs/src/components/Welcome/Welcome.tsx

Co-authored-by: Graham Neubig <[email protected]>

* Update docs/src/css/custom.css

Co-authored-by: Graham Neubig <[email protected]>

---------

Co-authored-by: sp.wack <[email protected]>
Co-authored-by: Graham Neubig <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2024
1 parent bf24a0b commit 6e76f9a
Show file tree
Hide file tree
Showing 26 changed files with 1,732 additions and 879 deletions.
1 change: 0 additions & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const config: Config = {
} satisfies Preset.Options,
],
],

themeConfig: {
image: "img/docusaurus.png",
navbar: {
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/usage/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Please note that the selection of these technologies is in progress, and additio

## 📜 License

Distributed under the MIT License. See [our license](https://github.com/OpenDevin/OpenDevin/blob/main/LICENSE) for more information.
Distributed under the MIT License. See [our license](https://github.com/OpenDevin/OpenDevin/blob/main/LICENSE) for more information.
2 changes: 1 addition & 1 deletion docs/modules/usage/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ The agent is given its previous action-observation pairs, current task, and hint
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `__init__` | Initializes an agent with `llm` |
| `step` | Checks to see if current step is completed, returns `AgentFinishAction` if True. Otherwise, creates a plan prompt and sends to model for inference, adding the result as the next action. |
| `search_memory` | Not yet implemented |
| `search_memory` | Not yet implemented |
2 changes: 1 addition & 1 deletion docs/modules/usage/troubleshooting/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ the API you're trying to connect to. Most often this happens for Azure or ollama
- [Google](/OpenDevin/modules/usage/llms/googleLLMs)
- Make sure your API key is correct
- See if you can connect to the LLM using `curl`
- Try [connecting via LiteLLM directly](https://github.com/BerriAI/litellm) to test your setup
- Try [connecting via LiteLLM directly](https://github.com/BerriAI/litellm) to test your setup
2 changes: 1 addition & 1 deletion docs/modules/usage/troubleshooting/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ localhostForwarding=true

- Save the `.wslconfig` file.
- Restart WSL2 completely by exiting any running WSL2 instances and executing the command `wsl --shutdown` in your command prompt or terminal.
- After restarting WSL, attempt to execute `make run` again. The networking issue should be resolved.
- After restarting WSL, attempt to execute `make run` again. The networking issue should be resolved.
Loading

0 comments on commit 6e76f9a

Please sign in to comment.