Skip to content

Commit a7cf6d8

Browse files
committed
Remove LFG
1 parent 1e03ffc commit a7cf6d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gpt_code_ui/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def print_banner():
6363
print("")
6464
print("Find your OpenAI API key at https://platform.openai.com/account/api-keys")
6565
print("")
66-
print_color("I'm looking for exciting MLE opportunities! Find out more https://ricklamers.io/about", color="green")
67-
print_color("")
6866
print_color("Contribute to GPT-Code UI at https://github.com/ricklamers/gpt-code-ui")
6967

7068
def main():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gpt_code_ui',
10-
version='0.42.31',
10+
version='0.42.32',
1111
description="An Open Source version of ChatGPT Code Interpreter",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.

0 commit comments

Comments
 (0)