Skip to content

Commit

Permalink
Fixed typos: gitignore & config.mdx (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanushNehru authored Oct 21, 2024
1 parent ff7761a commit d4ffed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ipython_config.py
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# pdm stores project-wide configurations in .pdm.toml, but it is recommended not to include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
Expand Down
2 changes: 1 addition & 1 deletion embedchain/docs/api-reference/advanced/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Alright, let's dive into what each key means in the yaml config above:
- `config`:
- `name` (String): The name of your full-stack application.
- `id` (String): The id of your full-stack application.
<Note>Only use this to reload already created apps. We recommend users to not create their own ids.</Note>
<Note>Only use this to reload already created apps. We recommend users not to create their own ids.</Note>
- `collect_metrics` (Boolean): Indicates whether metrics should be collected for the app, defaults to `True`
- `log_level` (String): The log level for the app, defaults to `WARNING`
2. `llm` Section:
Expand Down

0 comments on commit d4ffed9

Please sign in to comment.