Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
drriguz committed Jan 11, 2024
1 parent 0ce2cae commit 58c2479
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.2] - 2024-01-11

Added extension logo.

## [0.0.1] - 2024-01-11

This is a techinical preview, not fully implemented.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

![master](https://github.com/prompt-native/prompt-ide/actions/workflows/github-actions-build.yml/badge.svg)

![logo](./assets/prompt-ide.png){:height="64px" width="64px"}

_**ALERT: Prompt IDE IS IN ALPHA AND IS SUBJECT TO CHANGE.**_

When developing applications using LLM, you may encounter different types of LLM providers and frequently need to modify prompts. However, since there is no standard tool for this, you often have to switch between different playgrounds and message formats.

PromptIDE is a Visual Studio Code extension that helps you create and test prompts in a unified format provided by Prompt Schema.

![](./screenshot.png)

The extension logo is <a href="http://www.freepik.com">Designed by Mudassir101 / Freepik</a>.
45 changes: 45 additions & 0 deletions assets/License free.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
IMPORTANT NOTICE: This license only applies if you downloaded this content as
an unsubscribed user. If you are a premium user (ie, you pay a subscription)
you are bound to the license terms described in the accompanying file
"License premium.txt".

---------------------

You must attribute the image to its author:

In order to use a content or a part of it, you must attribute it to Mudassir101 / Freepik,
so we will be able to continue creating new graphic resources every day.


How to attribute it?

For websites:

Please, copy this code on your website to accredit the author:
<a href="http://www.freepik.com">Designed by Mudassir101 / Freepik</a>

For printing:

Paste this text on the final work so the authorship is known.
- For example, in the acknowledgements chapter of a book:
"Designed by Mudassir101 / Freepik"


You are free to use this image:

- For both personal and commercial projects and to modify it.
- In a website or presentation template or application or as part of your design.

You are not allowed to:

- Sub-license, resell or rent it.
- Include it in any online or offline archive or database.

The full terms of the license are described in section 7 of the Freepik
terms of use, available online in the following link:

http://www.freepik.com/terms_of_use

The terms described in the above link have precedence over the terms described
in the present document. In case of disagreement, the Freepik Terms of Use
will prevail.
Binary file added assets/OL1UKQ0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/OL1UKQ1.eps
Binary file not shown.
Binary file added assets/prompt-ide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions assets/prompt-ide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
"name": "prompt-ide",
"displayName": "Prompt IDE",
"publisher": "riguz",
"icon": "assets/prompt-ide.png",
"categories": [
"Machine Learning",
"Visualization"
],
"keywords": [
"prompt",
"prompt ide",
"gpt",
"llm",
"prompt engineering"
],
"description": "PromptIDE is a Visual Studio Code extension that streamlines prompt creation and testing for LLM applications using a unified format based on the Prompt Schema.",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 58c2479

Please sign in to comment.