Skip to content

Commit

Permalink
Merge pull request #50 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
sethjuarez authored Jul 26, 2024
2 parents b86e1db + 23b532b commit 19b5eeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions runtime/prompty/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers. The primary goal is to accelerate the developer inner loop of prompt engineering and prompt source management in a cross-language and cross-platform implentation.
Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers. The primary goal is to accelerate the developer inner loop of prompt engineering and prompt source management in a cross-language and cross-platform implementation.

The file format has a supporting toolchain with a VS Code extension and runtimes in multiple programming languages to simplify and accelerate your AI application development.

Expand Down Expand Up @@ -117,4 +117,4 @@ prompty -s path/to/prompty/file
This will execute the prompt and print the response to the console. It also has default tracing enabled.

## Contributing
We welcome contributions to the Prompty project! This community led project is open to all contributors. The project cvan be found on [GitHub](https://github.com/Microsoft/prompty).
We welcome contributions to the Prompty project! This community led project is open to all contributors. The project cvan be found on [GitHub](https://github.com/Microsoft/prompty).
8 changes: 4 additions & 4 deletions web/docs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
date: 2024-07-17
---

Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers. The primary goal is to accelerate the developer inner loop of prompt engineering and prompt source management in a cross-language and cross-platform implentation.
Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers. The primary goal is to accelerate the developer inner loop of prompt engineering and prompt source management in a cross-language and cross-platform implementation.

The file format has a supporting toolchain with a VS Code extension and runtimes in multiple programming languages to simplify and accelerate your AI application development.

Expand Down Expand Up @@ -40,10 +40,10 @@ To execute a Prompty file asset in code, you can use one of the supporting runti

### Learn more and get started building applications with Prompty
________________________
[Quick Start](./docs/getting-started/) - Coming soon.
[Quick Start](/docs/getting-started/) - Coming soon.

[Tutorials](./docs/tutorials/) - Coming soon.
[Tutorials](/docs/tutorials/) - Coming soon.

[Examples](https://learn.microsoft.com/en-us/collections/5pq0uompdgje8d) - Check out the AI App templates that were released at Microsoft Build that leverage Prompty for a variety of scenarios.

[Contributing](./docs/contributing/) - Coming soon.
[Contributing](/docs/contributing/) - Coming soon.

0 comments on commit 19b5eeb

Please sign in to comment.