Skip to content

Commit

Permalink
Remove LFG
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed Jun 23, 2023
1 parent 1e03ffc commit a7cf6d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions gpt_code_ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def print_banner():
print("")
print("Find your OpenAI API key at https://platform.openai.com/account/api-keys")
print("")
print_color("I'm looking for exciting MLE opportunities! Find out more https://ricklamers.io/about", color="green")

This comment has been minimized.

Copy link
@technoplato

technoplato Jul 6, 2023

I hope that means you landed something. If so, congratulations! This project is awesome. About to try it out.

This comment has been minimized.

Copy link
@ricklamers

ricklamers Jul 6, 2023

Author Owner

It does! Thank you 🙏

print_color("")
print_color("Contribute to GPT-Code UI at https://github.com/ricklamers/gpt-code-ui")

def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='gpt_code_ui',
version='0.42.31',
version='0.42.32',
description="An Open Source version of ChatGPT Code Interpreter",
long_description=long_description,
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.
Expand Down

0 comments on commit a7cf6d8

Please sign in to comment.