
Change your main.py to do the following
Enter your question: What is capital city of Indonesia? Tokens used: 28 Total tokens used: 28 Total money spent: $0.00020999999999999998 The capital city of Indonesia is **Jakarta**. Enter your question: What is capital city of Australia? Tokens used: 28 Total tokens used: 56 Total money spent: $0.00041999999999999996 The capital city of Australia is **Canberra**. Enter your question: What is the Java programming language? Tokens used: 113 Total tokens used: 169 Total money spent: $0.0012675 Java is a high-level, object-oriented programming language designed to be portable, secure, and widely applicable. Key points: - **Platform-independent:** Java code is compiled into **bytecode**, which runs on the **Java Virtual Machine (JVM)**, so the same program can run on different operating systems. - **Object-oriented:** It organizes code around **classes** and **objects**. - **Strongly typed:** Variables and expressions have specific types checked by the compiler. - Enter your question: