Spaces:
Runtime error
Runtime error
[email protected]
commited on
Commit
·
87f974e
1
Parent(s):
5822dd1
updating package version on the app
Browse files
app.py
CHANGED
@@ -60,17 +60,21 @@ def generate_repo(url, api_key, model):
|
|
60 |
|
61 |
with gr.Blocks(css=css_style) as demo:
|
62 |
gr.Markdown(f"""
|
63 |
-
# GPT4Readability (v0.0.
|
64 |
-
|
|
|
65 |
[](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
|
66 |
|
67 |
-
GPT4Readability
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
74 |
""")
|
75 |
|
76 |
openai_api_key = gr.Textbox(
|
|
|
60 |
|
61 |
with gr.Blocks(css=css_style) as demo:
|
62 |
gr.Markdown(f"""
|
63 |
+
# Hello from GPT4Readability (v0.0.5)
|
64 |
+
|
65 |
+
*Project by Dennis Loevlie ([@DennisLoevlie](https://twitter.com/DennisLoevlie))*
|
66 |
[](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
|
67 |
|
68 |
+
Welcome to GPT4Readability, a tool designed to help you generate README.md files and suggest improvements for your Python code repositories.
|
69 |
+
|
70 |
+
- You can find the source code at [GPT4Readability](https://github.com/loevlie/GPT4Readability).
|
71 |
+
- It's making use of the [langchain](https://github.com/hwchase17/langchain) library.
|
72 |
+
|
73 |
+
## Here's how to get started:
|
74 |
+
1. Please enter your API Key ([Need more information?](https://platform.openai.com/account/api-keys))
|
75 |
+
2. Provide the GitHub Repository URL that you'd like to analyze
|
76 |
+
3. Select a model (Please note, the gpt-4 API isn't available to all as of July 2023)
|
77 |
+
4. Click to generate a README or suggestions markdown file
|
78 |
""")
|
79 |
|
80 |
openai_api_key = gr.Textbox(
|